

.order_block {
	width: 100%;
	max-width: 660px;
	margin-inline: auto;
}

/*.x_currency {*/
/*	font-weight: 900;*/
/*	font-size: 24px;*/
/*	line-height: 135%;*/
/*	color: #AA3333;*/
/*}*/

.form_order {
	margin-bottom: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.target_list_wrap {
	max-width: 360px;
	width: 100%;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}





.order_block {
	text-align: center !important;
}

.time_remains {
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}

.order_block {
	background-image: url(../img/formbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 50px 100px;
}

.med {
	display: block;
	margin: 0 auto;
}

.med-text {
	text-align: center;
	font-weight: bold;
	line-height: 24px;
}

.numbers {
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: rgba(71, 119, 222, 1);
}

.price-text {
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
	line-height: 21px;
	text-align: center;
}

.price-text .x_currency {
	color: rgba(255, 0, 0, 1);
	font-weight: bold;
}

.sub-price {
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border: 1px solid rgba(71, 119, 222, 1);
	margin: 15px auto;
	padding: 10px;
}

input,
select {
	background-color: white;
	border: 1px solid #EBE7E8;
	color: black;
	padding: 15px;
	display: block;
	width: 100%;
	appearance: none;
	max-width: 350px;
	margin: 15px auto;
}

.form_order button {
	color: white;
	background-color: #12A1BD;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border: none;
}

p.timer {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
}

p.subtimer {
	margin-top: 40px;
	font-size: 12px;
	line-height: 18px;
}

.form-prod {
	max-width: 300px;
}
.form-prod {
	width: 100%;
}
@media screen and (max-width: 530px) {
	.order_block {
		padding: 30px 30px;
	}
}
